Skip to content

docs: clarify read consistency behavior for db:// remote tables#276

Merged
prrao87 merged 3 commits into
mainfrom
mintlify/c2aaa682
Jul 2, 2026
Merged

docs: clarify read consistency behavior for db:// remote tables#276
prrao87 merged 3 commits into
mainfrom
mintlify/c2aaa682

Conversation

@mintlify

@mintlify mintlify Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Summary

Update the consistency guide so its description of read-your-write and monotonic-read behavior matches what the client actually does on db:// remote-table connections.

Changes

  • Note that read_consistency_interval applies to all db:// remote-table connections.
  • Replace the version-pinning description with the timestamp-floor model that is now used for read-your-write across writes, checkout_latest, and restore.
  • Mention that the freshness floor is shared across handles to the same table on the same connection.
  • Document the per-handle monotonic-read watermark that prevents successive reads from observing an older version when traffic is load-balanced across query nodes, and note that checkout_latest resets it.

Context

Triggered by upstream changes that bring read-freshness signaling to the lance-namespace path of db:// connections and add a per-session monotonic-read watermark on remote tables, so the client behavior described in the docs now holds uniformly for remote tables.

Update history

@mintlify

mintlify Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor Author

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
lancedb-bcbb4faf 🟢 Ready View Preview Jun 17, 2026, 5:39 PM

@prrao87 prrao87 added the needs_new_release Only merge once we release a new version of LanceDB label Jun 17, 2026
@mintlify

mintlify Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor Author

Update from code changes updated this PR.

Added note on monotonic-read watermark for remote table handles

Source PRs

@prrao87 prrao87 merged commit 07ca7c9 into main Jul 2, 2026
2 checks passed
@prrao87 prrao87 deleted the mintlify/c2aaa682 branch July 2, 2026 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs_new_release Only merge once we release a new version of LanceDB

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants